object options: Toptions Left = 365 Top = 156 BorderStyle = bsDialog Caption = 'Options Dialog' ClientHeight = 225 ClientWidth = 249 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 37 Height = 13 Caption = 'Startup:' end object Label3: TLabel Left = 208 Top = 64 Width = 24 Height = 16 Caption = 'Min.' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 8 Top = 8 Width = 233 Height = 81 Shape = bsFrame end object Label2: TLabel Left = 16 Top = 96 Width = 88 Height = 13 Caption = 'The Lock Options:' end object Bevel2: TBevel Left = 8 Top = 88 Width = 233 Height = 97 Shape = bsFrame end object autorun1: TCheckBox Left = 16 Top = 32 Width = 129 Height = 17 Caption = 'Auto &Run Protection' State = cbChecked TabOrder = 0 OnClick = autorun1Click end object runonwinstart1: TCheckBox Left = 16 Top = 48 Width = 169 Height = 17 Caption = '&Load The Lock with Windows' TabOrder = 1 OnClick = runonwinstart1Click end object autos1: TCheckBox Left = 16 Top = 64 Width = 137 Height = 17 Caption = 'Activate after &Idle Time.' TabOrder = 2 OnClick = autos1Click end object SpinEdit1: TSpinEdit Left = 152 Top = 64 Width = 49 Height = 22 MaxLength = 2 MaxValue = 60 MinValue = 1 TabOrder = 3 Value = 10 end object usesaver1: TCheckBox Left = 16 Top = 112 Width = 185 Height = 17 Caption = '&Use Windows Screen Saver' TabOrder = 4 OnClick = usesaver1Click end object exitlock1: TCheckBox Left = 16 Top = 144 Width = 121 Height = 17 Caption = '&Complete Protection' TabOrder = 5 OnClick = exitlock1Click end object Button1: TButton Left = 168 Top = 192 Width = 75 Height = 25 Caption = '&OK' TabOrder = 6 OnClick = Button1Click end object CheckBox1: TCheckBox Left = 16 Top = 160 Width = 177 Height = 17 Caption = 'Show The Lock Monitor' TabOrder = 7 OnClick = CheckBox1Click end object blankscreen: TCheckBox Left = 16 Top = 128 Width = 153 Height = 17 Caption = 'Blank Screen on Protection' State = cbChecked TabOrder = 8 OnClick = blankscreenClick end end